home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adobe Graphics & Publishing SDK 1996 December
/
Adobe Graphics & Publishing SDK 1996 December.iso
/
pc
/
pm65sdk
/
sourcecode
/
adniresource
/
test.rc
< prev
Wrap
Text File
|
1996-09-11
|
2KB
|
42 lines
/**********************************************************************
* Colorer.RC Plug-in Colorer Resource file.
*
* Copyright (C) 1993-1995 Adobe Systems Incorporated. All rights reserved.
*
* ABSTRACT:
* This resource file must contain a RI_REGINFO ADNI resource.
* It should also contain any other resources.
*
************************************************************************/
// These are the codes for Addition Resources:
#define RI_REGINFO 101
#define ADNI 301
// This is the declaration of the RI_REGINFO ADNI resource.
RI_REGINFO ADNI MOVEABLE //101 301
// Header:
BEGIN
0L // 0x0001 kStayInMem 0x0002 kRegister
// 0x0004 kDisablePMEvent
// 0x0008 kDisablePMSysEvent
// 0x0010 kDisableNonCQEvent
0x0300 // Interface Version 3.0 (WORD)
// This needs to be version 2.0 for PM 6.0 and greater
1 // number of Additions in DLL Addition library (SHORT)
// definition of Addition number 1:
1L // string id# for menu name (DWORD)
0x0L // 1 if Addition should appear in menu, 0 otherwise (unsigned long)
// 0x04 if Addition should be enabled in Layout state.
// 0x08 if Addition should be enabled in Story Edit state.
// 0x10 if Addition should be enabled in Nopub state.
// To appear in menu for all states the value is 0x1DL.
0x0100 // Addition Version 1.00 (WORD)
0 // reserved (WORD)
1L // Addition number. (The first Addition get number 1) (LONG)
0L // reserved (LONG)
END